Fix confusing indentation
authorJohan Dahlin <johan@src.gnome.org>
Wed, 4 Jul 2007 03:46:16 +0000 (03:46 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Wed, 4 Jul 2007 03:46:16 +0000 (03:46 +0000)
svn path=/trunk/; revision=18372

tests/buildertest.c

index a402d876777c044f60452a5e4215a1c4268497f8..cff1d9742e4856714c495a334ead665505e73872 100644 (file)
@@ -1155,15 +1155,15 @@ gboolean test_combo_box (void)
     "        <property name=\"visible\">True</property>"
     "        <child>"
     "          <object class=\"GtkCellRendererText\" id=\"renderer1\"/>"
-    "            <attributes>"
-    "              <attribute name=\"text\">0</attribute>"
-    "            </attributes>"
+    "          <attributes>"
+    "            <attribute name=\"text\">0</attribute>"
+    "          </attributes>"
     "        </child>"
     "        <child>"
     "          <object class=\"GtkCellRendererText\" id=\"renderer2\"/>"
-    "            <attributes>"
-    "              <attribute name=\"text\">1</attribute>"
-    "            </attributes>"
+    "          <attributes>"
+    "            <attribute name=\"text\">1</attribute>"
+    "          </attributes>"
     "        </child>"
     "      </object>"
     "    </child>"